Automations

Documents Commands

  • Version: 1.8.0
  • Official Verified

OpenBots Command group containing OpenBots Documents commands.

OpenBots.Commands.Documents \ Save Document Results Command

Command: Save Document Results Command

This command saves the processed results in a file system folder.

Parameters

Task Id

Task Identifier that was provided while submitting the document.

Required

Await Completion

Define if the activity should wait until the document processing is completed. Defaults to False. Awaiting queries the service for status every 10 seconds until completed.

Required

Save Page Images

Allows the service to download Images of each page.

Required

Save Page Text

Allows the service to download Text of each page.

Required

Timeout (Seconds)

Specify how many seconds to wait before throwing an exception.

Required

Output Folder Path

Folder in which the resulting text and documents are saved.

Required

Output Document Status Variable

Create a new variable or select a variable from the list.

Required

Output IsCompleted Bool Variable

Create a new variable or select a variable from the list.

Required

Output HasFailed Bool Variable

Create a new variable or select a variable from the list.

Required

Output DocumentInfo JSON Variable

Create a new variable or select a variable from the list.

Required

Output DocumentInfo DataTable Variable

Create a new variable or select a variable from the list.

Required

Output Data DataTable Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Remote (Optional)

Optional field to mark the command as remote in order to execute it on a remote machine.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command.

Logo